home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
CHFLZ100.ZIP
/
LZ_LINK.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-05
|
179b
|
15 lines
unit LZ_Link;
interface
{ Load in the .RES file that has the same name as this .PAS file ... }
{$R *.RES}
const
SDLLReadyLoaded = 41100;
implementation
end.